public boolean showTotalsOnlyAsCells() {
if (this.showTotalsOnly() && !this.showAsTable().equals("true")) {
return true;
}
return false;
public boolean showTotalsOnlyAsCells() {
if (this.showTotalsOnly() && !this.showAsTable()) {
return true;
}
return false;